home *** CD-ROM | disk | FTP | other *** search
- Path: rahul.net!a2i!news
- From: terris@rahul.net (Terris Linenbach)
- Newsgroups: comp.lang.c++
- Subject: Re: STL with MSVC++ 4.0
- Date: 16 Feb 1996 08:17:38 GMT
- Organization: a2i network
- Message-ID: <4g1ej2$adq@hustle.rahul.net>
- References: <4flp0o$101@lal.interserv.net> <311F7759.530F@best.com> <4fp89k$6f8@hustle.rahul.net> <candymanDMso7H.4pt@netcom.com>
- NNTP-Posting-Host: 534.rahul.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
- I'm not sure about the side-effects. Microsoft mentions this exact
- "fix/kluge/workaround" in their readme notes. I didn't make this one up.
-
- So far I haven't had any trouble with it, but I imagine there could be
- problems if you wanted to use another namespace.
-
- - Terris
-
-
- In article <candymanDMso7H.4pt@netcom.com>, candyman@netcom.com says...
- >
- >Terris Linenbach (terris@rahul.net) wrote:
- >: Put
- >
- >: using namespace std;
- >
- >: at the beginning of your method.
- >
- >: - Terris
- >
- >Terris,
- > Thanks for your msvc++ readme and additions to stl.
- >
- >What side effects does putting 'using namespace std;' cause?
- >
- >
- >thanks,
- >-dan
- >--
- >###################################################################
- >"The stars that shine & the stars that shrink
- >in the face of stagnation the water runs
- >before your eyes
- >dazzle
- >its glittering prize." -Siousie and the Banshees
- >
- >candyman@netcom.com
- >###################################################################
-
-